Skip to content

ci: drop the Renovate schedule - #41

Merged
nicosampler merged 1 commit into
mainfrom
ci/renovate-drop-schedule
Sep 2, 2026
Merged

ci: drop the Renovate schedule#41
nicosampler merged 1 commit into
mainfrom
ci/renovate-drop-schedule

Conversation

@nicosampler

Copy link
Copy Markdown
Collaborator

Summary

Related to #35.

Renovate was enabled and onboarded, but a day later it had not opened the Splice bump PR. A local dry run showed the config is fine: it finds the pin and would open chore(deps): update dependency canton-network/splice to v0.7.5. The schedule was the problem.

schedule was set to before 6am with no timezone, so Renovate evaluated it in UTC: the window ran from 21:00 to 03:00 local, and a run had to land inside those six hours or nothing happened.

Changes

  • Dropped schedule from renovate.json. Only one dependency is managed and prConcurrentLimit is already 1, so there is nothing to batch and the window was buying nothing: the PR opens once and then just sits there.
  • Updated the config description, which still said Renovate was not installed yet.

Acceptance criteria

  • A new Splice release produces a PR without waiting for a fixed window
  • Still at most one Renovate PR at a time

Test plan

Automated tests

None. renovate-config-validator passes.

Manual verification

Ran renovate --dry-run=full against the repo. It extracts the dependency (regex: fileCount 1, depCount 1), resolves 0.6.11 to 0.7.5, and would write the bumped template to renovate/canton-network-splice-0.x.

Breaking changes

None.

Checklist

  • Self-reviewed my own diff
  • Tests added or updated
  • Docs updated (if applicable)
  • No unrelated changes bundled in

Screenshots

None.

The window was evaluated in UTC, so "before 6am" ran between 21:00 and
03:00 local, and a run had to land inside those six hours or nothing
happened. Only one dependency is managed and prConcurrentLimit is 1, so
there is nothing to batch and the window was buying nothing.

@pablofullana pablofullana left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@nicosampler
nicosampler merged commit 4af48bc into main Sep 2, 2026
5 checks passed
@nicosampler
nicosampler deleted the ci/renovate-drop-schedule branch September 2, 2026 12:42
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Canton - dAppBooster (#390) Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants